home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 37 / Amiga Format CD37 (1999-02-16)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-03].iso / -screenplay- / shareware / invasionforce / source / includes / cyber_interface_protos.h < prev    next >
Text File  |  1999-01-09  |  324b  |  19 lines

  1. /* Prototypes for functions defined in
  2. cyber_interface.c
  3.  */
  4.  
  5. void set_automated_production(struct City * );
  6.  
  7. int do_computer_city_production(void);
  8.  
  9. void make_new_unit(struct City * );
  10.  
  11. void computer_player_moves(void);
  12.  
  13. void cleanup_computer(void);
  14.  
  15. int SaveAIPlayers(BPTR , char * );
  16.  
  17. int LoadAIPlayers(BPTR , char * );
  18.  
  19.